home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(#loop)
- end
-
- on fIStEXT
- set f to ["F"]
- repeat with i = 1 to 50
- put getAt(f, i) into char i of field "TextFis"
- updateStage()
- append(f, "F")
- end repeat
- repeat with i = 50 to 100
- put getAt(f, i) into char i of field "TextFis"
- updateStage()
- append(f, "S")
- end repeat
- set f to []
- go(#next)
- end
-